Date: Mon, 1 Aug 94 04:30:02 PDT From: Advanced Amateur Radio Networking Group Errors-To: TCP-Group-Errors@UCSD.Edu Reply-To: TCP-Group@UCSD.Edu Precedence: Bulk Subject: TCP-Group Digest V94 #162 To: tcp-group-digest TCP-Group Digest Mon, 1 Aug 94 Volume 94 : Issue 162 Today's Topics: Linux, and where to get it. wampes with loopback to linux useing PTY's Send Replies or notes for publication to: . Subscription requests to . Problems you can't solve otherwise to brian@ucsd.edu. Archives of past issues of the TCP-Group Digest are available (by FTP only) from UCSD.Edu in directory "mailarchives". We trust that readers are intelligent enough to realize that all text herein consists of personal comments and does not represent the official policies or positions of any party. Your mileage may vary. So there. ---------------------------------------------------------------------- Date: Sun, 31 Jul 1994 16:25:38 -0400 (EDT) From: KC4BZK@delphi.com Subject: Linux, and where to get it. To: tcp-group@ucsd.edu Can any one tell me where i can get a copy of Linux? i have tried to get it from many FTP sites and keep running into a problem that keeps me from geting into the directory that has these magic files! i guess what im looking for is a very small copy to see if it will run on my system and to get the feel for it. im thinking of using it for AX25 tcpip instead of NOS thanks in advance....kc4bzk@delphi.com ------------------------------ Date: Mon, 01 Aug 94 08:46:18 EST From: BARRY TITMARSH Subject: wampes with loopback to linux useing PTY's To: TCP-GROUP Since i have asked this Question 2-3 times on my local network and had the answer from DD8NE 2-3 times, and i have lost the message on my system etc... I post it here in case any one wles needs it. Barry GM8SAU/DC0HK This mail came to me from DD8NE... Hello Barry, here it comes....... ======================================================================= # rc.inet1 This shell script boots up the base INET system. HOSTNAME=dd8ne # Attach the loopback device. /sbin/ifconfig lo 127.0.0.1 /sbin/route add 127.0.0.1 # IF YOU HAVE AN ETHERNET CONNECTION, use these lines below to configure the # eth0 interface. If you're only using loopback or SLIP, don't include the # rest of the lines in this file. # Edit for your setup. IPADDR="44.130.62.1" # REPLACE with YOUR IP address! NETMASK="255.255.255.0" # REPLACE with YOUR netmask! NETWORK="44.130.62.0" # REPLACE with YOUR network address! BROADCAST="44.130.62.255" # REPLACE with YOUR broadcast address, if you # have one. If not, leave blank and edit below. GATEWAY="44.130.62.6" # REPLACE with YOUR gateway address! # Link to AX25-Gateway (WAMPES) via SLIP /sbin/slattach -v -s 9600 -p slip ptyp0 & sleep 1 # Let's try 508 but TCP/IP Fragment Timer.... /sbin/ifconfig sl0 $IPADDR pointopoint $GATEWAY metric 1 mtu 280 up /sbin/route add $GATEWAY sl0 /sbin/route add default gw ${GATEWAY} metric 1 # End of rc.inet1 /tcp/net.rc ############################################################################# # Config for WAMPES ############################################################################# ... # Usage: attach asy 0 0 slip|ax25|nrs